'Declaration Public Overloads Shared Function CreateProgressEventHandler<TA class that must be derived from ProgressEventArgs.>( _
ByVal destActionProgressControllerDestination progress controller.As IActionProgressController _
) As System.EventHandler(Of T) (Of TA class that must be derived from ProgressEventArgs.As Vintasoft.Imaging.ProgressEventArgs)
public static System.EventHandler<T> CreateProgressEventHandler<T>(
IActionProgressController destActionProgressController
) where T: Vintasoft.Imaging.ProgressEventArgs
public: static System.EventHandler<T*>* CreateProgressEventHandler<T>(
IActionProgressController* destActionProgressController
) where T: Vintasoft.Imaging.ProgressEventArgs*
generic<typename T> public:
static System.EventHandler<T^>^ CreateProgressEventHandler(
IActionProgressController^ destActionProgressController
) where T: Vintasoft.Imaging.ProgressEventArgs^
Parameters
- destActionProgressController
- Destination progress controller.
Type Parameters
- T
- A class that must be derived from ProgressEventArgs.
Return Value
Progress delegate whose progress will be converted to the step sequence in the specified progress controller.